Skip to content

Rename Couchbase.Text.Json to Couchbase.Core #42

Merged
emilienbev merged 3 commits into
masterfrom
RenameCouchbaseTextJson
Oct 7, 2025
Merged

Rename Couchbase.Text.Json to Couchbase.Core #42
emilienbev merged 3 commits into
masterfrom
RenameCouchbaseTextJson

Conversation

@emilienbev
Copy link
Copy Markdown
Collaborator

This PR is a "proposal" to rename the Couchbase.Text.Json inside the repository to Couchbase.Core to prepare for when we separate the project in its own repository.

@emilienbev emilienbev requested a review from Copilot October 3, 2025 16:22
Copy link
Copy Markdown

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull Request Overview

This PR renames the Couchbase.Text.Json namespace and project to Couchbase.Core in preparation for separating the project into its own repository.

  • Updates all namespace declarations from Couchbase.Text.Json to Couchbase.Core
  • Updates using statements across all files to reference the new namespace
  • Updates project references and solution file to reflect the name change

Reviewed Changes

Copilot reviewed 45 out of 46 changed files in this pull request and generated 1 comment.

Show a summary per file
File Description
tests/Couchbase.Analytics.UnitTests/Internal/*.cs Updated using statements to reference Couchbase.Core.Json
tests/Couchbase.Analytics.FunctionalTests/*.cs Added missing namespace declarations and updated using statements
src/Couchbase.Core/*.cs Updated namespace declarations from Couchbase.Text.Json to Couchbase.Core
src/Couchbase.Analytics/*.cs Updated using statements to reference new Couchbase.Core namespaces
fit/Couchbase.Analytics.Performer/*.cs Updated using statements to reference new Couchbase.Core namespaces
Project files Updated project references and solution file entries

Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.

Comment on lines +22 to 23
using System.Globalization;
using System.Text.Json;
Copy link

Copilot AI Oct 3, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

[nitpick] Using statements should be ordered alphabetically. System.Globalization should come before System.Text.Json statements.

Suggested change
using System.Globalization;
using System.Text.Json;
using System.Text.Json;
using System.Globalization;

Copilot uses AI. Check for mistakes.
@emilienbev emilienbev merged commit 35f0ae4 into master Oct 7, 2025
3 checks passed
@emilienbev emilienbev deleted the RenameCouchbaseTextJson branch October 7, 2025 08:18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants